{% if portal_ui %}
{{ portal_ui.icon }}
{{ portal_ui.kicker }}

{{ portal_ui.title }}

{{ portal_ui.description }}

{% for link in portal_ui.links %} {{ link.icon|default:'arrow_forward' }}{{ link.label }} {% endfor %} {% if portal_ui.add_url %} add{{ portal_ui.add_label }} {% endif %}
{% if portal_ui.stats %}
{% for card in portal_ui.stats %} {{ card.icon }} {{ card.label }} {{ card.value }} {{ card.caption }} north_east {% endfor %}
{% endif %} {% endif %}